.cTextBannerHome{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 5px black;
    font-size: 7rem;
    text-align: center;
    width: auto;
    font-weight: 600;
    width: 90%;
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
    .cTextBannerHome{
        font-size: 4.5vw;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .cTextBannerHome{
        font-size: 6vw;
    }
}

@media screen and (max-width: 480px) {
    .cTextBannerHome{
        font-size: 8vw;
    }
}